<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=======reset css========*/
*,
*::before,
*::after{
    /*æ‰€æœ‰çš„æ&nbsp;‡ç­¾ï¼Œå’Œä¼ªå…ƒç´&nbsp;éƒ½é€‰ä¸­*/
    margin: 0;
    padding: 0;
    /*ç§»åŠ¨ç«¯å¸¸ç”¨å¸ƒå±€æ˜¯éžå›ºå®šåƒç´&nbsp;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*ç‚¹å‡»é«˜äº®æ•ˆæžœçš„æ¸…é™¤*/
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #444444;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: #444444;
}


input,textarea{
    border: none;
    outline: none;
    /*ä¸å…è®¸æ”¹å˜å°ºå¯¸*/
    resize: none;
    /*å…ƒç´&nbsp;çš„å¤–è§‚  noneæ²¡æœ‰ä»»ä½•æ&nbsp;·å¼*/
    -webkit-appearance: none;
}
/*=======common css========*/
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.m_l10{
    margin-left:10px;
}
.m_r10{
    margin-right:10px;
}
.m_t10{
    margin-top:10px;
}
.m_b10{
    margin-bottom:10px;
}
/*ä½¿ç”¨ç²¾çµå›¾çš„å…¬ç”¨æ&nbsp;·å¼*/
[class^="icon_"],[class*=" icon_"]{
    background-repeat: no-repeat;
    background-image: url("../images/sprites.png");
    background-size: 200px 200px;
}


</pre></body></html>